From: Roland McGrath Date: Wed, 16 Jun 1993 22:37:24 +0000 (+0000) Subject: (Finsert_buffer_substring): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95284 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=83ea6fc2b14bc419a9b4c68bc3011d7739c42244;p=emacs.git (Finsert_buffer_substring): Doc fix. --- diff --git a/src/editfns.c b/src/editfns.c index a68696ce9ec..93b7c405cd1 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -849,7 +849,7 @@ DEFUN ("buffer-string", Fbuffer_string, Sbuffer_string, 0, 0, 0, DEFUN ("insert-buffer-substring", Finsert_buffer_substring, Sinsert_buffer_substring, 1, 3, 0, - "Insert before point a substring of the contents buffer BUFFER.\n\ + "Insert before point a substring of the contents of buffer BUFFER.\n\ BUFFER may be a buffer or a buffer name.\n\ Arguments START and END are character numbers specifying the substring.\n\ They default to the beginning and the end of BUFFER.")